golang.org/x/sync/singleflight.panicError.value (field)
4 uses
golang.org/x/sync/singleflight (current package)
singleflight.go#L25: value any
singleflight.go#L31: return fmt.Sprintf("%v\n\n%s", p.value, p.stack)
singleflight.go#L35: err, ok := p.value.(error)
singleflight.go#L52: return &panicError{value: v, stack: stack}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |